The goal of perlQ was to allow you to design your survey to look any way you wish. To do this, we have offered a couple of options on the way your answers can appear. You can also customize the Answer Text Style.

Text Input Style - In this field you may enter any CSS style definition that you wish to have applied to all text field answer inputs (text fields and text areas) with the current question. If you wanted your 'Other:' text field or your text area input to have a width of 300 pixels and no shading, you could set this to:

width: 300px; border-left: 1px solid black; border-right: 1px solid black; border-top: 1px solid black; border-bottom: 1px solid black;

That would yield a text field for this question's answers that look like:

The style definitions will be placed inside of the individual input fields for each answer input they apply to. You can also survey-wide defaults for Text Input Style within the Survey Editor.

To find out more about CSS styles, go to Zvon.org CSS1 Reference.